PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableColumn Class / setWidth Method
The width of the column, as an absolute value or percentage relative to table width.
In This Topic
    setWidth Method
    In This Topic
    Sets the column width.
    Syntax
    public void setWidth( 
       double value
    )

    Parameters

    value
    The width of the column, as an absolute value or percentage relative to table width.
    See Also